home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 September / Designer's Club 1997 September.iso / pc / IDEASRC / Bugs.DIR / 00083.ls < prev    next >
Encoding:
Text File  |  1997-08-06  |  249 b   |  13 lines

  1. on mouseDown
  2.   global hand
  3.   puppetSound(2, "tick")
  4.   repeat while the mouseDown
  5.     set the memberNum of sprite 3 to 19
  6.     updateStage()
  7.   end repeat
  8.   set the memberNum of sprite 3 to 18
  9.   updateStage()
  10.   set hand to "squash"
  11.   updateStage()
  12. end
  13.